Skip to main content

Create Webhook

POST 

/webhook

Create a webhook associated with a Charge project

Request

Query Parameters

    apiKey stringrequired
    Example: {{publicKey}}

Header Parameters

    API-SECRET stringrequired
    Example: {{secretKey}}

Body

    projectId string
    webhookUrl string
    eventType string

Responses

Created

Schema
    _id string
    projectId string
    webhookUrl string
    eventType string
    createdAt string
    updatedAt string
    __v number
Loading...

Was this page helpful?